← Prev in month
← Prev in thread
XRDS schema
Hey guys – Question in regard to the XRDS schema in Appendix A of WD 10. Is it really important to force the sequence of the elements in the XRD? <xs:element name="XRD"> <xs:complexType> <xs:sequence> <xs:element ref="xrd:Query" minOccurs="0"/> <xs:element ref="xrd:Status" minOccurs="0"/> <xs:element ref="xrd:Expires" minOccurs="0"/> <xs:element ref="xrd:ProviderID" minOccurs="0"/> <xs:element ref="xrd:LocalID" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="xrd:CanonicalID" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="xrd:Ref" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="xrd:Service" minOccurs="0" maxOccurs="unbounded"/> <xs:group ref="xrd:otherelement" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="idref" type="xs:IDREF" use="optional"/> <xs:attribute name="version" type="xs:string" use="optional" fixed="2.0"/> <xs:attributeGroup ref="xrd:otherattribute"/> </xs:complexType> </xs:element> Thanks Les I-Name: =les.chasen
← Prev in month
← Prev in thread