jdf:ResourceElementAttribs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
AgentName jdftyp:string optional
AgentVersion jdftyp:string optional
Author jdftyp:string optional
CatalogDetails jdftyp:string optional
CatalogID jdftyp:shortString optional
ID jdftyp:ID optional
ProductID jdftyp:shortString optional
Status jdftyp:eResourceStatus_ optional
UpdateID jdftyp:NMTOKEN optional

Used By

Complex Type jdf:ResourceElement

Source

<xs:attributeGroup name="ResourceElementAttribs">
  <xs:attribute name="ID" type="jdftyp:ID" use="optional"/>
  <xs:attribute name="UpdateID" type="jdftyp:NMTOKEN" use="optional"/>
  <xs:attribute name="ProductID" type="jdftyp:shortString" use="optional"/>
  <xs:attribute name="AgentName" type="jdftyp:string" use="optional"/>
  <xs:attribute name="AgentVersion" type="jdftyp:string" use="optional"/>
  <xs:attribute name="Author" type="jdftyp:string" use="optional"/>
  <xs:attribute name="CatalogID" type="jdftyp:shortString" use="optional"/>
  <xs:attribute name="CatalogDetails" type="jdftyp:string" use="optional"/>
  <xs:attribute name="Status" type="jdftyp:eResourceStatus_" use="optional"/>
</xs:attributeGroup>