<xs:complexType name="ContentList_ContentMetaData_lr" mixed="false">
<xs:annotation>
<xs:appinfo>
<Version Path="." First="1.4"/>
<Constraint Path="Contact" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="ContactRef" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="Empoyee" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="EmpoyeeRef" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="Part" minOccurs="0" maxOccurs="1"/>
</xs:appinfo>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="jdf:BaseElement_">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:element name="Contact" type="jdf:Contact_re" minOccurs="0"/>
<xs:element ref="jdf:ContactRef" minOccurs="0"/>
<xs:element name="Employee" type="jdf:Employee_re" minOccurs="0"/>
<xs:element ref="jdf:EmployeeRef" minOccurs="0"/>
<xs:element name="Part" type="jdf:Part" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="ISBN10" type="jdftyp:string"/>
<xs:attribute name="ISBN13" type="jdftyp:string"/>
<xs:attribute name="Title" type="jdftyp:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |