次の方法で共有


CommentEntry_Type complexType (Visio XML)

型情報

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

定義

      <xs:complexType name="CommentEntry_Type">
        <xs:complexContent>
        <xs:extension base="xsd:string">
      
    <xs:attribute name="AuthorID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="PageID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="ShapeID"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="Date"
  type="xsd:dateTime"
     use="required"
    />
    <xs:attribute name="EditDate"
  type="xsd:dateTime"
    />
    <xs:attribute name="Done"
  type="xsd:boolean"
    />
    <xs:attribute name="CommentID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="AutoCommentType"
  type="xsd:unsignedInt"
    />
        </xs:extension>
        </xs:complexContent>
      </xs:complexType>
      

要素と属性

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

子要素

なし。

属性

属性 必須 説明 可能な値
AuthorID
xsd:unsignedInt
必須
xsd:unsignedInt 型の値。
AutoCommentType
xsd:unsignedInt
省略可能
xsd:unsignedInt 型の値。
CommentID
xsd:unsignedInt
必須
xsd:unsignedInt 型の値。
Date
xsd:dateTime
必須出席者
xsd:dateTime type 型の値。
完了
xsd:boolean
省略可能
xsd:boolean 型の値。
EditDate
xsd:dateTime
省略可能
xsd:dateTime type 型の値。
PageID
xsd:unsignedInt
必須
xsd:unsignedInt 型の値。
ShapeID
xsd:unsignedInt
省略可能
xsd:unsignedInt 型の値。