구성요소: 값

복합 유형: 값

네임스페이스 http://schemas.google.com/dspl/2010
주석 원자 데이터 값입니다.
다이어그램 다이어그램
유형 xs:string 확장
사용 중인 광고
요소 값 그룹/값
속성
QName 유형 해결됨 기본 용도 Annotation
lang 선택사항
소스
<xs:complexType name="Value">
  <xs:annotation>
    <xs:documentation>An atomic data value.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="xml:lang" use="optional">
        <xs:annotation>
          <xs:documentation>The language/locale that applies to the value.
              See [BCP 47] for possible values of the xml:lang
              attribute.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

oXygen XML 편집기를 사용하여 만듭니다.