次の方法で共有


Page_Type complexType (Visio XML)

型情報

Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
スキーマ ファイル
VisioSchema15-2012-06-05.xsd
拡張ベース
なし

定義

          <xs:complexType name="Page_Type">
          
          <xs:all>
    <xs:element name="PageSheet"  type="PageSheet_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="Rel"  type="Rel_Type"
     minOccurs="1"
     maxOccurs="1"
    >
    </xs:element>
    
      </xs:all>
    <xs:attribute name="ID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="Name"
  type="xsd:string"
    />
    <xs:attribute name="NameU"
  type="xsd:string"
    />
    <xs:attribute name="IsCustomName"
  type="xsd:boolean"
    />
    <xs:attribute name="IsCustomNameU"
  type="xsd:boolean"
    />
    <xs:attribute name="Background"
  type="xsd:boolean"
    />
    <xs:attribute name="BackPage"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="ViewScale"
  type="xsd:double"
    />
    <xs:attribute name="ViewCenterX"
  type="xsd:double"
    />
    <xs:attribute name="ViewCenterY"
  type="xsd:double"
    />
    <xs:attribute name="ReviewerID"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="AssociatedPage"
  type="xsd:unsignedInt"
    />
      </xs:complexType>
      

要素と属性

スキーマで sequenceminOccursmaxOccurschoice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。

子要素

Element 説明
PageSheet
PageSheet_Type
Rel
Rel_Type

属性

属性 必須 説明 可能な値
AssociatedPage
xsd:unsignedInt
省略可能
xsd:unsignedInt 型の値。
背景
xsd:boolean
省略可能
xsd:boolean 型の値。
BackPage
xsd:unsignedInt
省略可能
xsd:unsignedInt 型の値。
ID
xsd:unsignedInt
必須
xsd:unsignedInt 型の値。
IsCustomName
xsd:boolean
省略可能
xsd:boolean 型の値。
IsCustomNameU
xsd:boolean
省略可能
xsd:boolean 型の値。
名前
xsd:string
省略可能
xsd:string 型の値。
NameU
xsd:string
省略可能
xsd:string 型の値。
ReviewerID
xsd:unsignedInt
省略可能
xsd:unsignedInt 型の値。
ViewCenterX
xsd:double
省略可能
xsd:double 型の値。
ViewCenterY
xsd:double
省略可能
xsd:double 型の値。
ViewScale
xsd:double
省略可能
xsd:double 型の値。