Compartir a través de


CommentEntry_Type complexType (XML de Visio)

Información de tipos

Valor
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Archivo de esquema
VisioSchema15-2012-06-05.xsd
Base de extensión
xsd:string

Definición

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

Elementos y atributos

Si el esquema define requisitos específicos, como sequence, minOccurs, maxOccurs y choice, consulte la sección de definición.

Elementos secundarios

Ninguno.

Atributos

Atributo Tipo Obligatorio Descripción Posibles valores
AuthorID
xsd:unsignedInt
necesario
Valores del tipo xsd:unsignedInt.
AutoCommentType
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.
CommentID
xsd:unsignedInt
necesario
Valores del tipo xsd:unsignedInt.
Fecha
xsd:dateTime
necesario
Valores del tipo xsd:dateTime.
Hecho
xsd:boolean
opcional
Valores del tipo xsd:boolean.
EditDate
xsd:dateTime
opcional
Valores del tipo xsd:dateTime.
PageID
xsd:unsignedInt
necesario
Valores del tipo xsd:unsignedInt.
ShapeID
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.