diagram |
|
namespace |
http://www.pwg.org/schemas/2012/12/sm |
children |
ObjectJobSetId ObjectJobId ObjectJobName ObjectJobUri |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation |
|
source |
<xs:complexType name="ObjectJobReferenceType">
<xs:sequence>
<xs:element name="ObjectJobSetId" type="ObjectIdentifier32Type" minOccurs="0"/>
<xs:element name="ObjectJobId" type="ObjectIdentifier32Type" minOccurs="0"/>
<xs:element name="ObjectJobName" type="ObjectStringLongType" minOccurs="0"/>
<xs:element name="ObjectJobUri" type="xs:anyURI" minOccurs="0"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
<!-- see job-id - section 4.3.2 [RFC2911] -->
<!-- see job-name - section 4.3.5 [RFC2911] -->
<!-- see job-uri - section 4.3.1 [RFC2911] -->
</xs:complexType> |