Freigeben über


CommentEntry_Type complexType (Visio XML)

Informationen zum Typ

Wert
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Schemadatei
VisioSchema15-2012-06-05.xsd
Erweiterungsbasis
xsd:string

Definition

      <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>
      

Elemente und Attribute

Wenn das Schema bestimmte Anforderungen definiert, z. B. sequence, minOccurs, maxOccurs und choice, lesen Sie den Abschnitt definition.

Untergeordnete Elemente

Keine.

Attribute

Attribut Typ Erforderlich Beschreibung Mögliche Werte
AuthorID
xsd:unsignedInt
erforderlich
Werte des xsd:unsignedInt-Typs.
AutoCommentType
xsd:unsignedInt
Optional
Werte des xsd:unsignedInt-Typs.
CommentID
xsd:unsignedInt
erforderlich
Werte des xsd:unsignedInt-Typs.
Datum
xsd:dateTime
erforderlich
Werte des xsd:dateTime-Typs.
Fertig
xsd:boolean
Optional
Werte des Typs xsd:boolean.
EditDate
xsd:dateTime
Optional
Werte des xsd:dateTime-Typs.
PageID
xsd:unsignedInt
erforderlich
Werte des xsd:unsignedInt-Typs.
ShapeID
xsd:unsignedInt
Optional
Werte des xsd:unsignedInt-Typs.